home *** CD-ROM | disk | FTP | other *** search
- VERSION 4.00
- Begin VB.Form Form3
- Appearance = 0 'Flat
- BackColor = &H80000005&
- Caption = "ReSize - Line handling"
- ClientHeight = 3150
- ClientLeft = 1635
- ClientTop = 3060
- ClientWidth = 6030
- BeginProperty Font
- name = "MS Sans Serif"
- charset = 1
- weight = 700
- size = 8.25
- underline = 0 'False
- italic = 0 'False
- strikethrough = 0 'False
- EndProperty
- ForeColor = &H80000008&
- Height = 3555
- Icon = "FORM3.frx":0000
- Left = 1575
- LinkTopic = "Form3"
- ScaleHeight = 3150
- ScaleWidth = 6030
- Top = 2715
- Width = 6150
- Begin VB.CommandButton Command1
- Appearance = 0 'Flat
- BackColor = &H80000005&
- Caption = "OK"
- Height = 372
- Left = 2040
- TabIndex = 1
- Top = 2400
- Width = 1692
- End
- Begin ResizeLibCtl.ReSize ReSize1
- Left = 360
- Top = 2520
- _version = 131072
- _extentx = 741
- _extenty = 741
- _stockprops = 0
- enabled = -1 'True
- formminwidth = 0
- formminheight = 0
- formdesignheight= 3150
- formdesignwidth = 6030
- End
- Begin VB.Line Line5
- X1 = 1440
- X2 = 4320
- Y1 = 2160
- Y2 = 2160
- End
- Begin VB.Line Line4
- X1 = 5040
- X2 = 5040
- Y1 = 1440
- Y2 = 1920
- End
- Begin VB.Line Line3
- X1 = 720
- X2 = 720
- Y1 = 1440
- Y2 = 1920
- End
- Begin VB.Line Line2
- X1 = 1440
- X2 = 4320
- Y1 = 1920
- Y2 = 1440
- End
- Begin VB.Line Line1
- X1 = 1440
- X2 = 4320
- Y1 = 1440
- Y2 = 1920
- End
- Begin VB.Label Label1
- Appearance = 0 'Flat
- BackColor = &H80000005&
- Caption = $"FORM3.frx":030A
- BeginProperty Font
- name = "Arial"
- charset = 1
- weight = 700
- size = 7.5
- underline = 0 'False
- italic = 0 'False
- strikethrough = 0 'False
- EndProperty
- ForeColor = &H80000008&
- Height = 852
- Left = 360
- TabIndex = 0
- Top = 240
- Width = 5292
- End
- Attribute VB_Name = "Form3"
- Attribute VB_Creatable = False
- Attribute VB_Exposed = False
- Option Explicit
- Private Sub Command1_Click()
- Unload Form3
- End Sub
-